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