Initializes a new instance of the Lazy<T> record. When lazy initialization occurs, the default constructor of the target type is used.
public constructor Create; overload;