public B(ILogger <B> logger, IA aService) { logger.LogInformation(aService.CalculateSum(1, 2).ToString()); }