public bool ValidateAuthToken() { try { return(_falkonryService.ValidateAuthToken()); } catch (Exception) { throw; } }