/// <summary>
 /// Initializes a new instance of <see cref="DigiMeshNetwork"/>.
 /// </summary>
 /// <param name="device">A local DigiMesh device to get the network from.</param>
 /// <exception cref="ArgumentNullException">if <paramref name="device"/> is null.</exception>
 public DigiMeshNetwork(DigiMeshDevice device)
     : base(device)
 {
 }
 /// <summary>
 /// Initializes a new instance of <see cref="DigiMeshNetwork"/>.
 /// </summary>
 /// <param name="device">A local DigiMesh device to get the network from.</param>
 /// <exception cref="ArgumentNullException">if <paramref name="device"/> is null.</exception>
 public DigiMeshNetwork(DigiMeshDevice device)
     : base(device)
 {
 }