public void Test(ITest test)
 {
     // 1
     test.MethodParamsString("a", "a", "a");
     // 2
     test.MethodParamsString("b", "b", "b", "b");
     // 3
     test.MethodParamsString("c", "c", "c", "c");
 }