/// <summary>
 /// Flushes the cached messages to resume API call processing. This will dump
 /// all of the cached messages in the queue.
 /// </summary>
 /// <param name="sendApiErrorCallbacks">If set to <c>true</c> API error callbacks will
 /// be called for every cached message with statusCode CLIENT_NETWORK_ERROR and reasonCode CLIENT_NETWORK_ERROR_TIMEOUT.
 /// </param>
 public void FlushCachedMessages(bool sendApiErrorCallbacks)
 {
     _comms.FlushCachedMessages(sendApiErrorCallbacks);
 }