namespace Core.Common.Base { public interface IObserver { void UpdateObserver(); } }