public void Connect()
 {
     mStore = new HealthDataStore(Forms.Context, this);
     mStore.ConnectService();
 }
 public StepCountReporter(HealthDataStore store)
 {
     mStore   = store;
     observer = new CustomHealthDataObserver(null, this);
 }