MockApi? getMockApi(String url) { final reduceUrl = StringUtils.getBaseUrlAndPath(url); return mockApis[reduceUrl]; }