public void RunFinished(TestResult result)
 {
     _growler.Notify(result.FormatGrowlMessage());
 }