In my C# application I declared private DateTime _time = DateTime.UtcNow;. I updated this in one of my methods as follows:
private DateTime _time = DateTime.UtcNow;
public void MessageRec