public IExpectation <object> Exactly(int count)
 {
     return(new Expectation <object>(_cmd.Cardinality(count, count)));
 }