if (slackUser != null)
                    { 
                        _logger.Debug("GetAttachmentAndSendToTLAndManagementAsync Slack details of team leader : " + slackUser.Name);
                        var incomingWebHook = await _incomingWebHook.FirstOrDefaultAsync(x => x.UserId == user.SlackUserId);
                        //Creating an object of SlashIncomingWebhook as this format of value required while responsing to slack