public ActionResult Manifesto()
        {
            var fileContent = StorageMock.Read(StorageMock.GetSampleManifestPath());

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