public void Setup()
		{
			var configuration = new ExampleInstaller().BuildFluent().BuildConfiguration();
			new SchemaUpdate(configuration).Execute(true, true);
		}
		public void Setup()
		{
			var configuration = new ExampleInstaller().Config;
			new SchemaUpdate(configuration).Execute(true, true);
		}