public void should_Get_Activation_Code_New() { var device = new DeviceInfo(Guid.NewGuid().ToString(), "LG G6", "192"); var code = _activationService.GetActivationCode(_practice.Code, device); Assert.IsTrue(!string.IsNullOrWhiteSpace(code)); Console.WriteLine($"{device}>>>{code}"); }