private static INotCountedFacet Create(NotCountedAttribute attribute, ISpecification holder) => attribute == null ? null : new NotCountedFacet(holder);
private static INotCountedFacet Create(NotCountedAttribute attribute, ISpecification holder) { return attribute == null ? null : new NotCountedFacet(holder); }