public HandleCreateAddressCommandWithTransientDbContext(ITransientContext db, IMapper mapper)
 {
     _db     = db;
     _mapper = mapper;
 }