public override string execute(Blackfin bf, string[] args)
 {
     bf.SetClientConfigHostname(args[0]); // Resets the IP board, always returns false for an IP connection
     throw new ConnectionResetException("Client connection hostname has been set");
 }