public ActionResult TurnClockwise()
 {
     _navigator.AddNavigationCommand(new TurnClockwise());
     return(Ok());
 }