using Xunit.Sdk; namespace ProxyInterfaceSourceGeneratorTests.Source { public class Human { public bool IsAlive { get; set; } public string GetterOnly => "x"; } }