public void Test_6()
 {
     _Target = new WrappedObservableCollection<string>( new string[] {"totot","titi"});
     _Target.MonitorEvents();
     _Target.Clear();
     _Target.ShouldRaise("ObjectChanged");
 }