public void Then_OpportunityService_GetCompanyNameWithAkaAsync_Is_Not_Called()
 {
     _opportunityService
     .DidNotReceiveWithAnyArgs()
     .GetCompanyNameWithAkaAsync(Arg.Any <int>());
 }