/// <inheritdoc />
 public async Task <IEnumerable <GroupResource> > GetAllGroupResourcesAsync()
 {
     return(await _service.GetAllGroupResourcesAsync());
 }