public async Task <IActionResult> GetAllDirectors() { return(Ok(await _directorService.GetAllDirectorsService())); }