factory GetDeviceResponse.fromJson(Map<String, dynamic> json) { return GetDeviceResponse( device: DeviceType.fromJson(json['Device'] as Map<String, dynamic>), ); }