namespace Shared.Contracts.PmUser; public interface IPmUserQueryService { Task GetCurrentPmUserIdFromAccountId(long accountId); }