namespace Toolkit.Foundation; public class ProxyService(TService proxy) : IProxyService { public TService Proxy { get; private set; } = proxy; }