public IHttpActionResult GetActor(string actorId) { var data = Neo4jDriver.GetActor(actorId); return(Ok(data)); }