namespace DbFirst.API.Dashboards; public interface IDashboardChangeNotifier { void NotifyChanged(); }