it('should able to check existance of role', async () => {
      const exists = await rbac.existsRole('admin');
      expect(exists).toBe(true);
    });