public async Task <bool> CheckIfFileAlreadyExistsAsync(Attachment attachmentFilter)
        {
            var result = await _attachmentReopository.CheckIfFileAlreadyExistsAsync(attachmentFilter);

            return(result);
        }