case *StoreAction_Task:
        switch sa.Action {
        case StoreActionKindCreate:
            return EventCreateTask{Task: v.Task}, nil
        case StoreActionKindUpdate: