Exemplo n.º 1
0
 public Task <bool> Read(string address)
 {
     _tunneling.Read(address);
     return(Task.FromResult(true));
 }