namespace Notes.ViewModels; public interface IServices { void Register(T t); T? Get(); T GetSafeAs(); }