const itsAnOscBundleAction = (action: AnyAction): action is IOscBundleAction => {
    return (action as IOscBundleAction).timetag !== undefined;
};