T? read<T extends Object?>(String key, {String separator = "/"}) { return MapReader.read( key, this, separator: separator, ); }