public static EitherUnsafe <Ret, R> mapLeft <L, R, Ret>(EitherUnsafe <L, R> either, Func <L, Ret> mapper) =>
 either.MapLeft(mapper);