public Microsoft.PointOfService.DeviceCollection GetDevices(Microsoft.PointOfService.DeviceCompatibilities compatibility)
 {
     return(null);
 }
 public Microsoft.PointOfService.DeviceCollection GetDevices(System.String type, Microsoft.PointOfService.DeviceCompatibilities compatibility)
 {
     return(null);
 }