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