/// <summary>
 /// Initialize the basic functionality on a translatable domain object in the food waste domain.
 /// </summary>
 /// <param name="translationForIdentifier">Identifier for the domain object which should be initialized with translations.</param>
 public void Initialize(Guid translationForIdentifier)
 {
     Translations = DomainObjectMockBuilder.BuildTranslationMockCollection(translationForIdentifier);
 }