/// <summary>
 /// Registers to receive notifications sent by e-SL that are described by the config parameter passed to this method.
 /// </summary>
 /// <param name="config">Describes the event notification of interest.</param>
 public void Register(EventNotificationConfig config)
 {
     apiClient.Register(new EventNotificationConfigConverter(config).ToAPICallback());
 }