public async Task <IActionResult> GetByName(string name) { return(Ok(await actors.GetActorByName(name))); }