public int Get()
 {
     _logger.W("Get");
     return(42 + _b.Calc());
 }