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