ServiceStack Costom Roles Config

Hi everybody!

I am create test service for testing ServiceStack Roles, but it not work, please help :pensive:
Thanks!

This is my code:

The HasRole() should be overriding the existing implementation to have any effect, the signature for HasRole() is instead:

bool HasRole(string role, IAuthRepository authRepo);

Thanks!!! Its work!!! :smiley: