package interfaces type IObserver interface { Update() error }