/// <exception cref="Domain.Contract.Exceptions.CommunityNotFoundException" />
 /// <exception cref="Domain.Contract.Exceptions.TalkNotFoundException" />
 /// <exception cref="Domain.Contract.Exceptions.SpeakerNotFoundException" />
 /// <exception cref="Domain.Contract.Exceptions.TalkRehearsalNotFoundException" />
 public void Delete(TalkRehearsalKey id)
 {
     throw new NotImplementedException();
 }
 /// <exception cref="Domain.Contract.Exceptions.CommunityNotFoundException" />
 /// <exception cref="Domain.Contract.Exceptions.TalkNotFoundException" />
 /// <exception cref="Domain.Contract.Exceptions.SpeakerNotFoundException" />
 /// <exception cref="Domain.Contract.Exceptions.TalkRehearsalNotFoundException" />
 public TalkRehearsal GetEntity(TalkRehearsalKey id)
 {
     throw new NotImplementedException();
 }