public static bool IsEmpty(this CharacterItem data) { return(data == null || data.Equals(CharacterItem.Empty)); }