protected SplatRegistrar()
 {
     this.logger = LoggerService.GetLogger(this.GetType());
 }
 public MainActivity()
 {
     this.logger = LoggerService.GetLogger(this.GetType());
     this.resultResolutionSubject = new SerialDisposable <Subject <bool> >();
 }