public ActionResult Index(ChangePositioningPlan command) { return(new SomeObject(command)); }
public SomeObject(ChangePositioningPlan command) { _command = command; _command.SomePropertyMissing = true; //Error }