class TestClassic {
  test: any
  value: any
  constructor(test: any, value: any) {
    this.test = test