/// <summary>
 /// Get available nodes of the network. Can only be run the coordinator.
 /// </summary>
 /// <param name="hanlder">handler of the result</param>
 public void NodeDiscoveryRequest(NodeDiscoveryConfirmHandler handler)
 {
     _route.NodeDiscoveryRequest(handler);
 }