public async Task <List <InviteDto> > GetInvites(Guid userId)
 {
     return(await _repository.GetInvites(userId));
 }