public bool Configure(IAdviceConfig config)
 {
     return(false);
 }
 public bool Configure(IAdviceConfig adviceConfig)
 {
     return(true);
 }