``` method_name = content.pop('method', None) if not method_name: logger.warning('Method is not provided') return ```