# Functions
NewContext creates a new context.
NewStaticMultiplexByIMSI creates a StaticMultiplexByIMSI with a specific number of servers That number must be specified before service is started.
# Structs
Context is a type used as a way to pass dynamic parameters coming from specific calls during execution of service (for example CreateSessionRequest).
StaticMultiplexByIMSI contains is a basic Multiplexor that distribuites each IMSI to a specific index based on the IMSImod(numServers).
# Interfaces
Multiplexor interface has to be implemented by any new Multiplexor.