MakeProvider
It is used to generate a provider.
By default, they are created within the src/shared/containers/providers
directory, where they act as public and independent services, You can also pass a second argument to create a provider that is dependent on a module. It will be generated within the modules in src/modules/[name]/providers
.