public override void ConfigIDNotification(int intervalMs, Cube.IDNotificationType notificationType)
 {
     idNotificationInterval = (byte)Mathf.Clamp(intervalMs / 10, 0, 255);
     idNotificationType     = notificationType;
     this.configIDNotificationCallback?.Invoke(true);
 }