public void OnErrorWithError(CellularException error)
 {
     this.OnAuthDidError?.Invoke(error);
 }
 void ICellularCallback.OnError(CellularException error)
 {
     this.OnAuthDidError?.Invoke(error);
 }