namespace Notepad.Infrastructure.Core { public interface ICommand { void Execute(); } }