public Variable GetVariable(VariableType type)
 {
     return(_variableRepository.GetVariableForType(type));
 }