namespace Watcher.Services; public interface IDashboardStore { String? NetworkStatus { get; set; } String? DatabaseStatus { get; set; } }