public async Task <Group> FindByIdAsync(int id)
 {
     return(await _groupStore.FindByIdAsync(id));
 }