Example #1
0
 /// <inheritdoc />
 public void Dispose()
 {
     m_server.Dispose();
     ApiClient?.Dispose();
     m_logger.Dispose();
 }