Can I update entity using repository without previous loading? I want to just pass only Id and changed fields - can I do this? Models often contains required navigation properties, so updating model without loading all related fileds caused toDbEntityValidationException due to null required fields.