namespace Capnp.Rpc { /// /// A mono skeleton (as opposed to ) is a skeleton which implements one particular RPC interface. /// public interface IMonoSkeleton: IProvidedCapability { /// /// Interface ID of this skeleton. /// ulong InterfaceId { get; } } }