/// <summary> /// Initializes a new instance of the <see cref="MountPointReceiver"/> class. /// </summary> /// <param name="device">The device.</param> public MountPointReceiver(Device device) { this.Device = device; }