in Sources/Confidence/Apply/FlagApply.swift [8:12]
init(name: String, applyTime: Date, status: ApplyEventStatus = .created) { self.name = name self.applyTime = applyTime self.status = status }