namespace NetworkResurrector.Abstractions
{
public interface INotifier
void NotifyMessage(string message);
void NotifyError(string message);
}