public async Task <List <FullGroupDto> > GetByUser() { var userId = User.FindFirstValue("sub"); return(await _groupsService.GetByUser(userId)); }