describe('/path/{to}', () => {
    it('should be uri entity', () => {
      assert.deepEqual(new UriParser('/path/{to}').parse(), {
        path: '/path/:to',
        template: '/path/{to}',