public void GetInLineTest()
        {
            // TODO: add unit test for the method 'GetInLine'
            NewRemoteWaitingBindingModel value = null; // TODO: replace null with proper value
            var response = instance.GetInLine(value);

            Assert.IsInstanceOf <WaitingItem> (response, "response is WaitingItem");
        }
 public void Init()
 {
     instance = new NewRemoteWaitingBindingModel();
 }