public IExpectation <TBase> As <TBase>()
 {
     return(new Expectation <TBase>(_cmd.As <TBase>()));
 }