protected override void ExecuteWith(IMoBiContext context)
        {
            base.ExecuteWith(context);
            var remove = new List <string>(_formulaPathToUpdate);

            remove.Each(toRemove => _formulaPathToUpdate.Remove(toRemove));
            _newObjectPath.Each(newEntry => _formulaPathToUpdate.Add(newEntry));
        }