how about this
using (Shim shim = Shim.Replace(() => DateTime.Today) .With(() => new DateTime(2019, 07, 20))) { var today = DateTime.Today; // 2019-07-20 }