public void Add(Transformation transformation) { if (transformation.Affects(_path)) { transformation.ApplyTo(_transformable); } }