func (manager *MemoryLines) Save(line *Line) bool {
    manager.mutex.Lock()
    defer manager.mutex.Unlock()

    if line.Id() == "" {