public static function main(array $args = array())
 {
     $test = new MatchMakingTestDrive();
     $test->drive();
 }