public static OptionUnsafe <B> bimap <A, B>(OptionUnsafe <A> option, Func <A, B> Some, Func <Unit, B> None) =>
 option.BiMap(Some, None);