public static func buildEither<First: Property, Second: Property>(
        second component: Second
    ) -> _EitherContent<First, Second> {
        .init(second: component)
    }