func location(fromKey key: String) throws -> MKLocation {
    switch fields[key] {
    case let .location(value):
      return value