it('should be able to get permission', async () => {
      const permission = await rbac.get('create_article');
      expect(permission.name).toBe('create_article');
    });