removeReader(reader: string) {
    const r = this.readers;
    const index = r.indexOf(reader);

    if (index !== -1) {