namespace Stary.Evo.Example.Counter { public class CommandSub : AbstractCommand { protected override void OnExecute() { CounterApp.Interface.GetData().Count.Value--; } } }