namespace PckStudio.Interfaces { public interface ISaveContext { public bool AutoSave { get; } public void Save(T value); } }