/// <summary>
 ///     <para>
 ///         Determines whether or not the database is available and can be connected to.
 ///     </para>
 ///     <para>
 ///         Note that being able to connect to the database does not mean that it is
 ///         up-to-date with regard to schema creation, etc.
 ///     </para>
 /// </summary>
 /// <returns> <c>True</c> if the database is available; <c>false</c> otherwise. </returns>
 public virtual bool CanConnect()
 => DatabaseCreator.CanConnect();