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