public static void ResetCheckpoint()
{
    _checkpoint.Reset(_configuration["Data:DefaultConnection:ConnectionString"]);
}