using Microsoft.SharePoint.Client; namespace ProxyInterfaceConsumer.PnP { [ProxyInterfaceGenerator.Proxy(typeof(ClientContext))] public partial interface IClientContext { // public virtual void X(); } }