[Option("port", Default = 50051, HelpText = "The port to listen on.")]
[Option("port", Default = 30051, HelpText = "The port to listen on.")]
publicintPort{get;set;}
[Option("hostname", Required = false, HelpText = "The name clients will see in responses. If not specified, machine's hostname will obtain automatically.")]