private void runRemotely() throws Exception {
   StormRunner.runTopologyRemotely(builder.createTopology(), topologyName, topologyConfig);
 }
 private void runLocally() throws Exception {
   StormRunner.runTopologyLocally(
       builder.createTopology(), topologyName, topologyConfig, runtimeInSeconds);
 }