public void Test_AttachmentFileTypeSpecification_SatisfyEntitiesFrom()
        {
            var specification = new AttachmentFileTypeSpecification("test");
            var results = specification.SatisfyEntitiesFrom(this.Values);

            Assert.AreEqual(1, results.Count());
        }