Future<dynamic> distribute(String name, [argument]) { return getAvailableWorker().callMethod(name, argument); }