public int Function(string id, int function) { if (_server == null) { return(0); } return(_server.Function(_id, function)); }