/// <summary>
 /// Initializes a new instance of the <see cref="SysXCodeController"/> class.
 /// </summary>
 /// <param name="sysXCodeService">The sys X code service.</param>
 public SysXCodeController(ISysXCodeService sysXCodeService)
 {
     this._sysXCodeService = sysXCodeService;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SysXCodeController"/> class.
 /// </summary>
 /// <param name="sysXCodeService">The sys X code service.</param>
 public SysXCodeController(ISysXCodeService sysXCodeService)
 {
     this._sysXCodeService = sysXCodeService;
 }