/// <summary>
 /// Checks whether or not a key exists in the ini.
 /// </summary>
 /// <param name="section">Section of the key.</param>
 /// <param name="name">Name of the key.</param>
 /// <returns></returns>
 public static bool HasKey(string section, string name) => StaticInstace.HasKey(section, name);