public void IndexActionTest()
        {
            FakeController target = new FakeController();      // TODO: Initialize to an appropriate value

            IMappedIdentifier entityId = new GuidIdentifier(); // TODO: Initialize to an appropriate value
            var standardProvider       = new StandardProviderManifest();

            standardProvider.MappingAlias = "prototype";
            entityId.MappedProvider       = standardProvider;

            target.IndexAction(entityId);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }