public RecipientsManager(IRecipientsStore Store) { _Store = Store; }
//Конcтруктор, с указанием места хранения данных для класса RecipientManager public RecipientsManager(IRecipientsStore recipientsStore) { this.recipientsStore = recipientsStore; }