private async Task <Tuple <string, int> > GetCommand()
        {
            var command = await AzureIoTHub.ReceiveCloudToDeviceCommandAsync();

            return(command);
        }