@internal static Options checkOptions(String method, Options? options) { options ??= Options(); options.method = method; return options; }