public void Increase() { Nr++; Console.WriteLine(Nr); Verifiers?.Invoke(this, new ExampleArgs("Property notification")); System.Threading.Thread.Sleep(5000); Increase(); }