public ProcessorContext(DeviceHostView device, UserHostView user) { Device = device; User = user; }
public DeviceHostViewToContractAdapter(DeviceHostView hostView) { this.hostView = hostView; }