I'm understood... My properties declared as:
public SubClass Name { get; private set; }
I create instance of this property in class constructor and I don't want recreate this instance somewhere.
public SubClass Name { get; private set; }
I create instance of this property in class constructor and I don't want recreate this instance somewhere.