public int SumServiceBAndParamterValue(int maxNumber, int anotherNumber) { return(_serviceB.GetValue(maxNumber) + anotherNumber); }