public ServerScanningService(ICommandBus commandBus, MessagesHistoryService messagesHistoryService, UsersService usersService)
 {
     this._commandBus             = commandBus;
     this._messagesHistoryService = messagesHistoryService;
     this._usersService           = usersService;
 }
 public ServerScanningService(ICommandBus commandBus, MessagesHistoryService messagesHistoryService)
 {
     _commandBus             = commandBus;
     _messagesHistoryService = messagesHistoryService;
 }