public async Task <IHttpActionResult> AddActors(string id, PersonBindingModel model) => Ok(await _movieService.AddActors(id, model));