namespace NightScout { public interface IAlerter { void StartAlert(); void StartUrgentAlert(); void StartStaleDataAlert(); void StopAlerts(); } }