public void DeleteDevice()
 {
     var repository = new CustomerRepositoryHelper();
     Console.WriteLine(repository.DeleteDevice("123", 4));
 }