public bool IsExistInquiryOnOffering(int vkId, int offeringId) { return(_inquiryRepository.IsInquiredOffering(vkId, offeringId)); }