namespace ProxyInterfaceSourceGeneratorTests.Source { public class Generic { public T Test(T value) { return value; } } }