@ -27,6 +27,7 @@ class ServerMessage:
result['requestId'] = self.request_id
return result
@staticmethod
def fromJSON(json: dict):
method = json['method']
payload = None