/// <inheritdoc/>
 public List <TestCaseDescriptor> GetTestCaseDescriptors(List <ITestCase> testCases, bool includeSerialization)
 => DescriptorProvider.GetTestCaseDescriptors(testCases, includeSerialization);
 static DescriptorProvider()
 {
     instance = new DescriptorProvider();
 }