protected override void ProcessRecord() { var command = new StartVmCommand(this); command.Execute(); }