This lines are wrong. In this way you just test the handler like it's service. The point is to test the mediator. You should inject your the real mediator.
mediatorMoq.Setup(x => x.Send(new GetHandHeldByIMEI(imei))).Returns(handHeldWrapperDataViewMoq);