```cs var source = new A() { Property = "A" }; var destination = new A(); source.ShallowCloneTo(destination); ```