I have a simple entity, and one of its property is required:
[DataContract] public class Person { [DataMember] public string FirstName { get; set;