namespace DbFirst.API.Dashboards; public interface IDashboardChangeNotifier { Task NotifyChangedAsync(); }