public async Task <IActionResult> GetDirectorById(int id) { return(Ok(await _directorService.GetDirectorByIdService(id))); }