The ServiceInfo for the given baseType, or null if the baseType is not known by this ServiceProvider.
static class C {} auto info = ServiceInfo.asScoped!C(); const provider = new ServiceProvider([info]); assert(provider.getServiceInfoForBaseType!C() == info);