static void ReloadScreenAction() { IScreenManager screenManager = ServiceRegistration.Get <IScreenManager>(); screenManager.Reload(); }