private static bool TryReadString(ICharReader reader, out string result) { return(reader.TryReadUntilAny(out result, delimiters)); }