public bool MeetsSpecification(SpecificationAny specificationChain) { return(specificationChain.IsSatisfiedBy(this)); }