namespace UVC.UI.Commands { public interface ICommand { void Execute(); } }