@type key() :: integer()
@type ms_options() :: %{ self_profile: boolean(), fake_data: boolean(), start_pause_status: :running | :paused, id: String.t() }
@type session() :: map()
@spec get(session()) :: %{ match_spec: Orion.MatchSpec.t(), ms_options: ms_options(), key: key() }