// That assumption is true today, but no necessarily true in the future. We should fix this if we ever
// have such a case.
isEmpty, err := versionhistory.IsCurrentVersionHistoryEmpty(ms.executionInfo.VersionHistories)
if err != nil {
return common.EmptyVersion, err
}
return ms.GetLastEventVersion()
}