public void CreateRole([FromBody] dynamic model) { _impl.CreateRole((string)model.authenticationCookie, model.role.ToObject <Role>()); }