private IValidator get_api() { var api = new Validator(AksimetKey); if (api.VerifyKey(Domain) == false) { return null; } return api; }