public static void ShouldHaveCount<T>( this IReadOnlyCollection<T> self, int expectedCount )
[<ExtensionAttribute>] static member ShouldHaveCount : self : IReadOnlyCollection<'T> * expectedCount : int -> unit