public AuthorityVerificationController(IHAVAuthorityVerificationService anAuthService)
 {
     theAuthService = anAuthService;
 }
 public AuthorityVerificationController()
 {
     theValidationDictionary = new ModelStateWrapper(this.ModelState);
     theAuthService = new HAVAuthorityVerificationService(theValidationDictionary);
 }