I have a class like this:
public class MyClass { public OtherClass Other { get; set; } = new OtherClass(); publ