static Future<TestCase> get(int caseId) async { final response = await FlutterTestRail.instance.client .request('/get_case/$caseId', RequestMethod.get); return TestCase.fromJson(response!); }