in ClientLibrary/ClientLibrary.cs [280:284]
public Action ReadAction() { var s = _reader.ReadLine(); return s == null ? null : Action.Parse(s); }