private bool Equals(MySqlModelCacheKey other)
 {
     return(_ctxType == other._ctxType && string.Equals(_providerName, other._providerName) && Equals(_providerType, other._providerType) && string.Equals(_customKey, other._customKey));
 }
 private bool Equals(MySqlModelCacheKey other)
 {
   return (_ctxType == other._ctxType && string.Equals(_providerName, other._providerName) && Equals(_providerType, other._providerType) && string.Equals(_customKey, other._customKey));
 }