@classmethod
    def check_key(cls, data, key, *a, **ka):
        if 'key' not in data:
            return False
        if data['key'] != key: