public static DateTime GetLastDayOfLastMonth(this DateTime now)
 {
     return(MereUtils.GetLastDayOfLastMonth(now));
 }