public bool IsValid()
 {
     return(!AppId.IsNullOrWhiteSpace() && !AppSecret.IsNullOrWhiteSpace());
 }