public void GrantRead(string group) { var proto = new ProtoPathGrantReadTask(_path, group); _server.RegisterProtoTask(proto); }