public ParameterfulCommand(CommandTypeContext context) { Context = context; }
public ParameterfulCommand() { Context = new CommandTypeContext(GetType()); }