public static void AttachmentTestInitialize(TestContext context)
        {
            testConfig      = TestConfiguration.Instance;
            attachmentTable = Helper.Table.CreateTable("AtachmentTable");
            var attachmentField = new Helper.CustomField("File", "attachment");

            attachmentTable.CreateField(attachmentField);
        }