using Microsoft.SharePoint.Client; namespace ProxyInterfaceSourceGeneratorTests.Source.PnP { // [Speckle.ProxyGenerator.Proxy(typeof(SecurableObject))] public partial interface ISecurableObject : IClientObject { } }