/// <summary>
 /// Sets up the client to communicate to Elastic Cloud using <paramref name="cloudId"/>,
 /// <para><see cref="CloudConnectionPool"/> documentation for more information on how to obtain your Cloud Id</para>
 /// </summary>
 public TransportConfiguration(string cloudId, BasicAuthentication credentials, IProductRegistration productRegistration = null)
     : this(new CloudConnectionPool(cloudId, credentials), productRegistration : productRegistration)
 {
 }