namespace mRemoteNG.Config { public interface ISaver { void Save(T model, string propertyNameTrigger = ""); } }