protected void Connect()
 {
     ConsoleOutput.Write(GetType(), ConsoleMessage.Create(""));
     _mongoService.Connect();
 }