public ActionResult SampleInvoice()
        {
            var fileContent = StorageMock.Read(StorageMock.GetXmlInvoiceWithSigsPath());

            return(File(fileContent, "text/xml", "InvoiceWithSigs.xml"));
        }