public CheckinCommandHandles()
 {
     _repository = new CqrsEventSourcingRepository <Checkin>(new EventPublisher());
 }