* Amended IFileSystem OpenFile to return Stream.Null rather than a nullable stream. * Updated IUmbracoMapper to map enumerables without null elements given non-null inputs. * Amended EntityRepositoryBase to not return null collections. * Made IPublishedElement.Properties a non-nullable collection.