public void Unsubscribe()
 {
     _bookEventConsumer.Unsubscribe();
     _deleteBookEventConsumer.Unsubscribe();
 }