using SVSim.Database.Enums; namespace SVSim.Database.Repositories.Viewer; public interface IViewerRepository { Task GetViewerBySocialConnection(SocialAccountType accountType, ulong socialId); }