namespace DotBased.AspNet.Authority.Interfaces; public interface IVersionRepository { public Task GetVersionAsync(TRepositoryObject obj); }