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