static void Main(string[] args) { var cloack = new Cloack(); var person = new Person(cloack); person.Unregister(cloack); cloack.SetTimer(200); }