namespace MuchInfo.Chart.Data.Interfaces { public interface IDeletable { void OnDelete(); } }