Exemplo n.º 1
0
 internal async Task <bool> PowerOff()
 {
     return(await SelectedDevice?.PowerOff());
 }