Inheritance: IRefresh
 public bool Refresh(bool force)
 {
     updateNetworkInfo();
     NetInfo.StoreChangedNetworkSettings();
     return(true);
 }