void ConvertToSharpDevelopTestResult()
 {
     converter  = new GallioTestStepConverter(testStepEventArgs);
     testResult = converter.GetTestResult();
 }
		void ConvertToSharpDevelopTestResult()
		{
			converter = new GallioTestStepConverter(testStepEventArgs);
			testResult = converter.GetTestResult();
		}