public void Save() { if (schema != null) { mLContext.Model.Save(transformer, schema, path.Find(id)); } }