### Description ContentUpdatedAt should be set to UpdatedAt on create, currently setting to utcNow. ### Reproduction Create a dialog, set UpdatedAt to a date in the past Get the dialog ### Expected behavior ContentUpdatedAt should == UpdatedAt ### Actual behavior ContentUpdatedAt ~= UtcNow