public HandleParseErrArgs(MsgCmdHelperBase <TWithUi> sender, MsgDetail msgDetail, MsgCmd msgCmd, Exception exception = null)
 {
     Sender    = sender;
     MsgDetail = msgDetail;
     MsgCmd    = msgCmd;
     Exception = exception;
 }
 public MsgCmdParseArgs(MsgCmdHelperBase <TWithUi> sender, MsgCmd parseObject, TWithUi uiElement)
 {
     Sender      = sender;
     ParseObject = parseObject;
     UiElement   = uiElement;
 }