public PrimeCacheDb CreateConnection() { var connection = MySqlConnector.ConnectToDb(_connectionParameters); return(new PrimeCacheDb(connection)); }