public static int count <T>(Option <T> option) => option.Count();
public static int count <A>(Option <A> option) => option.Count();