AugurServer constructor

AugurServer()

Implementation

AugurServer() {
  _initServices();
  _initServer();
  _registerTools();
}