namespace Unity.Services.Core { /// /// Placeholder for required registered into a . /// class MissingComponent : IServiceComponent { public static MissingComponent Instance { get; } = new MissingComponent(); MissingComponent() {} } }