public TfsTestCaseAttribute(int tfsTestCaseId)
 {
     _tfsTestCaseId = tfsTestCaseId;
     _testCases = new TfsService.TestCases();
 }
 public TfsTestCaseAttribute(int tfsTestCaseId)
 {
     _tfsTestCaseId = tfsTestCaseId;
     _testCases     = new TfsService.TestCases();
 }