public File16()
 {
     Property = new CustomObservable<Unit>();
 }
 public File26()
 {
     Test = new CustomObservable<Unit>();
 }
 public File14()
 {
     AutoProperty = new CustomObservable<Unit>();
 }
 public File17()
 {
     Property = new CustomObservable<Unit>().AsObservable();
 }