removeWriter(writer: string) {
    const w = this.writers;
    const index = w.indexOf(writer);

    if (index !== -1) {