CountryFetchCompletion typealias CountryFetchCompletion = (Result<[Country], Failure>) -> Void Undocumented