public int CreateDeviceLog(DeviceLogDto deviceLogDto) { return(_deviceLogAdapter.CreateDeviceLog(deviceLogDto)); }