Hi,
I am getting the following two Warnings when I compile NopCommerce version 4.7:
```
warning CS0108: 'checkVatPortTypeClient.CloseAsync()' hides inherited member 'ClientBase<checkVatPortType>.CloseAsync()'. Use the new keyword if hiding was intended.
warning CS0618: 'ImageExtensions.Image(IContainer, byte[], ImageScaling)' is obsolete: 'This element has been changed since version 2023.5. Please use the Image method overload that returns the ImageDescriptor object.'
```
Is there a plan to upgrade the code in the very near future, or can I make some local adjustments to fix it directly?