﻿[
  {
    CreatedDate: DateTime,
    I3D: 3,
    LogKind: 1,
    ObjectI3D: null,
    ObjectKind: 0,
    ShortSign: 'Dienst',
    Text: 'Developer: Well then, we have a DDoS opportunity'
  },
  {
    CreatedDate: DateTime,
    I3D: 1,
    LogKind: 2,
    ObjectI3D: null,
    ObjectKind: 123,
    ShortSign: 'Dienst',
    Text: 'Developer: We have a problem'
  },
  {
    CreatedDate: DateTime,
    I3D: 2,
    LogKind: 0,
    ObjectI3D: 42,
    ObjectKind: 321,
    ShortSign: 'Dienst',
    Text: 'Manager: There are no such things as problems, only opportunities'
  }
]