def __init__(self, host, port=21):
     Service.__init__(self, host, port)
 def __init__(self, host, port=None):
     Service.__init__(self, host, port)
 def __init__(self, network):
     Service.__init__(self, network, None)
 def __init__(self, host, port=3306):
     Service.__init__(self, host, port)