public Task <string?> GetDeviceMacAddressAsync(CancellationToken cancellationToken = default) { return(_meadowDevice.GetDeviceMacAddressAsync(cancellationToken)); }