public static IEnumerable <T> ToEnumerable <T>(this FSharpList <T> fList)
 {
     return(SeqModule.OfList <T>(fList));
 }