public IMCollection <ITestSuite> GetTestsSuites(IConfigurable aConfigurable)
 {
     return(aConfigurable.GetTestsByConfiguration());
 }