public void Test_AttachmentFileTypeSpecification_SatisfyEntityFrom()
        {
            var specification = new AttachmentFileTypeSpecification("test");
            var result = specification.SatisfyEntityFrom(this.Values);

            Assert.AreEqual("test", result.FileType);
        }