public async Task <Guid> SubscribeFilter(Filter filter, string userId)
 {
     return(await _filterRepository.SubscribeFilter(filter, userId));
 }