public CommandBase() { Status = CommandStatus.Idle; StepsCompleted = 0; Result = new CassiniTaskResult(); }