/**
  * Subscribe to an OutputStream from the network at the specified path.
  *
  * @param path The path to subscribe to.
  * @return the OutputStream.
  */
 public static OutputStream subscribeOS(final String path) {
   return CluckPublisher.subscribeOS(node, path);
 }