protected override void When()
 {
     var call = _phone.CreateCall();
     _toUri = TestConstants.EndPoint1Uri;
     call.Start(_toUri.FormatToString());
     _waitingforInviteReceived.WaitOne();
 }
        protected override void When()
        {
            var call = _phone.CreateCall();

            _toUri = TestConstants.EndPoint1Uri;
            call.Start(_toUri.FormatToString());
            _waitingforInviteReceived.WaitOne();
        }