Is there a way to call the dotnet mysql-cache create ... from C# code, like with DbContext and EnsureMigrated()? Otherwise I need to roll out a launch script for every container image to run dotnet mysql-cache create before each application launches.