public string Load(LoadAllCustomersQueryCommand command) { return(_commandDispatcher.RunQuery <LoadAllCustomersQueryCommand, string>(command)); }