public DependentFeature(PrimaryFeature primaryFeature) { Interlocked.Increment(ref CtorCount); OnCtor(primaryFeature); }