//[InlineData(20)]
 public void Test2(int value)
 {
     Assert.Equal("closed", _vc.GetCaseStatus(value));
 }