using System; namespace RocketUtils { public interface IObservableModel { event Action PropertyChanged; } }