static WithStaticProperty()
 {
     SingletonProperty = new WithStaticProperty();
 }
 static WithStaticProperty()
 {
     SingletonProperty = new WithStaticProperty();
 }