public static void Register()
        {
            RequestValidatorCallSet cs;

            cs = new RequestValidatorCallSet000();
            cs = new RequestValidatorCallSet001();
        }
		public static void Register ()
		{
			RequestValidatorCallSet cs;
			cs = new RequestValidatorCallSet000 ();
			cs = new RequestValidatorCallSet001 ();
		}