/// <summary>
 /// Disables or enables logging of events. If logging is disabled, no events
 /// will be stored. However, publishing of events is still possible.
 /// </summary>
 /// <param name="enabled"></param>
 public void DisableEnableLogging(bool enabled)
 {
     eventStoreManager.DisableEnableLogging(enabled);
 }