@protected Future<T?> invokeOptionalMethod<T>(String method, {dynamic arguments}) => _invokeMethod<T>(method, arguments);