protected override void ExecuteWith(IMoBiContext context)
 {
     base.ExecuteWith(context);
     _assignment.ObjectPath = _newObjectPath;
     Description            = AppConstants.Commands.UpdateAssigmentObjectPath(_assignment.EntityPath(), (_newObjectPath ?? new FormulaUsablePath()).ToPathString());
     if (_newObjectPath == null)
     {
         return;
     }
     updateDimension(_assignment);
     updateDimension(_assignment.Formula);
 }