it("testMatchServiceAndMethodNameFalse",  function () {
            assert.isFalse(matcher.match("CaseService.readCase", "NoteService.readCase"));
            assert.isFalse(matcher.match("CaseService.readCase", "CaseService.readNote"));
        });