public Task <IdServerUserView> Get(Guid userId) { return(repo.Get(userId)); }
public async Task <IUserSearch> Get(Guid userId) { return(await repo.Get(userId)); }