namespace Monithor.api.Alerting { public interface ITarget { public void SendMessage(); public IMonitor Monitor { get; set; } } }