public MyMatrixTestRunner()
 {
     _handler   = new MyMatrixIoHandler();
     _stopwatch = new Stopwatch();
     _time      = new TimeSpan();
 }