namespace Microsoft.AspNetCore.DataProtection.Internal { public interface IActivator { object CreateInstance(Type expectedBaseType, string implementationTypeName); } }